Other Protocols

The following protocols are available globally.

  • The VisualInstructionDelegate protocol defines a method that allows an object to customize presented visual instructions.

    See more

    Declaration

    Swift

    @objc(MBVisualInstructionDelegate)
    public protocol VisualInstructionDelegate : AnyObject
  • The VoiceControllerDelegate protocol defines methods that allow an object to respond to significant events related to spoken instructions.

    See more

    Declaration

    Swift

    @objc(MBVoiceControllerDelegate)
    public protocol VoiceControllerDelegate